object Form1: TForm1 Left = 242 Top = 177 BorderStyle = bsNone Caption = 'Recycle Bin Cleaned' ClientHeight = 140 ClientWidth = 335 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 321 Height = 26 AutoSize = False Caption = 'Recyle Bin Cleaned. This Window will open and close automaticall' + 'y. If for some reason it remains open, simply click Exit below.' WordWrap = True end object Button1: TButton Left = 24 Top = 74 Width = 194 Height = 25 Caption = 'Empty Recycle Bin' TabOrder = 0 Visible = False OnClick = Button1Click end object Button2: TButton Left = 55 Top = 50 Width = 75 Height = 25 Caption = 'Query' TabOrder = 1 Visible = False OnClick = Button2Click end object Button3: TButton Left = 240 Top = 104 Width = 75 Height = 25 Caption = 'Exit' TabOrder = 2 OnClick = Button3Click end object Timer1: TTimer OnTimer = Timer1Timer Left = 192 Top = 48 end end